[INFO] fetching crate p1e 0.3.0...
[INFO] checking p1e-0.3.0 against try#3f7e3b175fda7edbf81081bcd9b91b73f2f7993f for pr-156157
[INFO] extracting crate p1e 0.3.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate p1e 0.3.0
[INFO] finished tweaking crates.io crate p1e 0.3.0
[INFO] tweaked toml for crates.io crate p1e 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate p1e 0.3.0 on toolchain 3f7e3b175fda7edbf81081bcd9b91b73f2f7993f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f7e3b175fda7edbf81081bcd9b91b73f2f7993f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate p1e 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f7e3b175fda7edbf81081bcd9b91b73f2f7993f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: file `/workspace/builds/worker-0-tc2/source/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `p1e`
[INFO] [stderr]   * `bin` target `pie`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3f7e3b175fda7edbf81081bcd9b91b73f2f7993f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 70fd2781cc23f1265873e4f2c5c8553580a366ec6f3873e1a4f9db3860a77abe
[INFO] running `Command { std: "docker" "start" "-a" "70fd2781cc23f1265873e4f2c5c8553580a366ec6f3873e1a4f9db3860a77abe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "70fd2781cc23f1265873e4f2c5c8553580a366ec6f3873e1a4f9db3860a77abe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70fd2781cc23f1265873e4f2c5c8553580a366ec6f3873e1a4f9db3860a77abe", kill_on_drop: false }`
[INFO] [stdout] 70fd2781cc23f1265873e4f2c5c8553580a366ec6f3873e1a4f9db3860a77abe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+3f7e3b175fda7edbf81081bcd9b91b73f2f7993f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 624058dbfddeb7c4960ed3db059d5f460198bb9908b1e8117a7f31035a4b2579
[INFO] running `Command { std: "docker" "start" "-a" "624058dbfddeb7c4960ed3db059d5f460198bb9908b1e8117a7f31035a4b2579", kill_on_drop: false }`
[INFO] [stderr] warning: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `p1e`
[INFO] [stderr]   * `bin` target `pie`
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling openssl-sys v0.9.114
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling openssl v0.10.78
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling rustls v0.23.39
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking line-clipping v0.3.7
[INFO] [stderr]     Checking numtoa v0.2.4
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking rusqlite v0.37.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]     Checking termion v4.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking eventsource-stream v0.2.3
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.6.0
[INFO] [stderr]    Compiling serde_yml v0.0.12
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking libyml v0.0.5
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking lazy-regex v3.6.0
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]    Compiling agentsdk-macros v0.6.1
[INFO] [stderr]    Compiling bon-macros v3.9.1
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tuirealm_derive v4.0.0
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]     Checking anpa v0.10.0
[INFO] [stderr]     Checking micromath v2.1.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking memo-map v0.3.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking pulldown-cmark v0.12.2
[INFO] [stderr]     Checking minijinja v2.19.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking include_dir v0.7.4
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking ratatui-termion v0.1.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking refinery-core v0.9.1
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking retry v2.2.0
[INFO] [stderr]     Checking p1e-sandbox v0.2.0
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking r2d2_sqlite v0.31.0
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]     Checking tui-textarea-2 v0.10.2
[INFO] [stderr]    Compiling refinery-macros v0.9.1
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking ratatui v0.30.0
[INFO] [stderr]     Checking tuirealm v4.0.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking refinery v0.9.1
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking bon v3.9.1
[INFO] [stderr]     Checking tachyonfx v0.25.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking reqwest-eventsource v0.6.0
[INFO] [stderr]     Checking agentsdk v0.6.2
[INFO] [stderr]     Checking p1e v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.21s
[INFO] running `Command { std: "docker" "inspect" "624058dbfddeb7c4960ed3db059d5f460198bb9908b1e8117a7f31035a4b2579", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "624058dbfddeb7c4960ed3db059d5f460198bb9908b1e8117a7f31035a4b2579", kill_on_drop: false }`
[INFO] [stdout] 624058dbfddeb7c4960ed3db059d5f460198bb9908b1e8117a7f31035a4b2579
